home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
apidev
/
apiasm.txt
< prev
next >
Wrap
Text File
|
1994-04-08
|
4KB
|
112 lines
NOVELL TECHNICAL INFORMATION DOCUMENT
TITLE: Client API for Assembly Documentation Update
DOCUMENT ID: TID100075
DOCUMENT REVISION: B
DATE: 04FEB94
ALERT STATUS: Yellow
INFORMATION TYPE: Issue
README FOR: NA
NOVELL PRODUCT and VERSION:
NetWare Client SDK 1.0e
ABSTRACT:
The APIASM.TXT contains the latest corrections and updates for
the Client API for Assembly documentation.
------------------------------------------------------------------
DISCLAIMER
THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
NOVELL. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
THIS INFORMATION. HOWEVER, THE INFORMATION PROVIDED IN THIS
DOCUMENT IS FOR YOUR INFORMATION ONLY. NOVELL MAKES NO EXPLICIT
OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
------------------------------------------------------------------
ISSUE
This file contains the latest changes and additions to the
Client API for Assembly version 1.0.
NetWare Client API for Assembly Errata-Last updated 02-03-94
------------------------------------------------------------
***
Cancel LPT Capture 02-03-94
The DL register should contain 02h on entry. Ignore the
line about the DH register. This call ends a capture on the
default LPT device instead of on a specified device.
***
End LPT Capture 02-03-94
The DL register should contain 01h on entry. Ignore the
line about the DH register. This call ends a capture on the
default LPT device instead of on a specified device.
***
Flush LPT Capture 02-03-94
The DL register should contain 03h on entry. Ignore the
line about the DH register. This call closes the capture
file on the default LPT device instead of on a specified
device.
***
Flush Specific LPT Capture 02-03-94
This call is missing from the documentation; however, "Flush
LPT Capture" actually has the documentation for "Flush
Specific LPT Capture."
***
Start LPT Capture 02-03-94
The DL register should contain 00h on entry. Ignore the
line about the DH register. This call starts a capture on
the default LPT device instead of on a specified device.
***
Map Directory Number to Path 02-03-94
The parameter at offset 4 of the request packet should read
as shown in the following example:
Offset Request Packet Contents Bytes Remarks
4 Directory Entry 4 Index to File
Server's directory
tables. Must be
associated with
volume number.
***
Scan Property 02-03-94
The parameter at offset 18 of the reply packet should be 4
bytes long instead of 2 bytes. The following is an example
of how the end of the reply buffer should appear:
Offset Request Packet Contents Bytes Remarks
18 Search Instance 4 Use to increment
last instance on
iterative calls.
22 Value Available Flag 1 00h = Property has
no value.
FFh = Property has a
value.
23 More Properties Flag 1 00h = Last property
FFh = More
properties to get.
y